["List", [
 ["Dataset", {
  "entries": [
   ["Entry", {
    "GROUP": "A",
    "VALUE": 2,
    "VALUE2": 4
   }],
   ["Entry", {
    "GROUP": "B",
    "VALUE": 4,
    "VALUE2": 3
   }],
   ["Entry", {
    "GROUP": "C",
    "VALUE": 6,
    "VALUE2": 2
   }],
   ["Entry", {
    "GROUP": "D",
    "VALUE": 6.5,
    "VALUE2": 2.5
   }],
   ["Entry", {
    "GROUP": "E",
    "VALUE": 9,
    "VALUE2": 1.5
   }]
  ],
  "fields": [
   ["Field", {
    "default": "",
    "name": "Group",
    "width": 100
   }],
   ["Field", {
    "default": 0,
    "name": "Value",
    "width": 100
   }],
   ["Field", {
    "default": 0,
    "name": "Value 2",
    "width": 100
   }]
  ],
  "title": "data"
 }]
]]
